home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / drivers / zyvgaw3.zip / OEMSETUP.INF < prev    next >
INI File  |  1990-12-11  |  4KB  |  80 lines

  1. [data]
  2. ;  DefCodePage defines which translation table to use if we cannot get
  3. ;  code page information from DOS ie we are not under 3.30 or newer.
  4. defxlat = 437
  5. ; Here are the names of the disks Setup can prompt for.
  6. ; There must be a disk name for each disk number used
  7. ;
  8. ; The disk number '0' is reserved to represent the windows setup directory
  9. ; the directory may be relative to the directory SETUP was run from.
  10. ;
  11. ; the format is:
  12. ;
  13. ; n = path,disk name,disk tag file
  14. ;
  15. ; n           disk "number"  1-9,A-Z (single char only!)
  16. ; path        path of disk n
  17. ; name        name of disk n
  18. ; disk tag    a file on disk n (used to determine if disk is in drive)
  19. ;
  20. [disks]
  21.     1 =. ,"Microsoft Windows 3.0 Disk #1",disk1
  22.     2 =. ,"Microsoft Windows 3.0 Disk #2",disk2
  23.     3 =. ,"Microsoft Windows 3.0 Disk #3",disk3
  24.     4 =. ,"Microsoft Windows 3.0 Disk #4",disk4
  25.     5 =. ,"Microsoft Windows 3.0 Disk #5",disk5
  26.     Z =A:\WIN3 ,"Appian VGA Utilities Disk ",oemsetup.inf
  27. [display]
  28. ; The string following the driver description specifies the screen
  29. ; resolution. It is used to match the system and OEM character sets
  30. ; with the display selection.
  31. ;
  32. ;profile = driver,         Description of driver,                       resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys    logo data     
  33. ; text max=48 CHARS     123456789012345678901234567890123456789012345678
  34. ap600l = Z:ap600l.drv, "Appian VGA - 800x600 16 colors",             "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,      z:apvdd.drv,   4:vga.gr3,, 2:vgalogo.rle
  35. ap400h = Z:ap400h.drv, "Appian VGA - 640x400 256 colors",            "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,      z:apvdd.drv,   4:vga.gr3,, 2:vgalogo.rle
  36.  
  37. ; copy these fonts depending on the 386 grabber being used
  38. [VGA.GR3]
  39. 4:CGA40WOA.FON,4:CGA40850.FON
  40. 4:CGA80WOA.FON,4:CGA80850.FON
  41. 4:EGA40WOA.FON,4:EGA40850.FON
  42. 4:EGA80WOA.FON,4:EGA80850.FON
  43.  
  44. [codepages]
  45. ;       Xlat Table    OEM Font     description.
  46. 863 = 2:xlat863.bin, 2:vga863.fon, "French Canadian (863)"
  47. 861 = 2:xlat861.bin, 2:vga861.fon, "Icelandic (861)"
  48. 865 = 2:xlat865.bin, 2:vga865.fon, "Norway & Denmark (865)"
  49. 850 = 2:xlat850.bin, 2:vga850.fon, "International (850)"
  50. 860 = 2:xlat860.bin, 2:vga860.fon, "Portuguese (860)"
  51. 437 =              ,             , "Standard (437)"
  52.  
  53. ; the font is chosen which matches the display resolution exactly.
  54. [sysfonts]
  55. 1:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  56.  
  57. [fixedfonts]
  58. 1:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  59.  
  60. [oemfonts]
  61. 1:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  62.  
  63. [fonts]
  64. ; These    are additional fonts which are selectively loaded from files.
  65. ; Information in the description string    and the    resolution string is used
  66. ; to determine which of    these files are    needed.
  67. ; These    files are copied without any name changes.
  68. ;
  69. ; The scaling and description are used to determine which fonts are loaded.
  70. ; Only the first appropriate font is copied to a system on 360 KB diskettes.
  71.  
  72.     4:HELVE.FON, "Helv 8,10,12,14,18,24 (VGA res)", "100,96,96"
  73.     4:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  74.     4:TMSRE.FON, "Tms Rmn 8,10,12,14,18,24 (VGA res)", "100,96,96"
  75.      4:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  76.     4:ROMAN.FON, "Roman (All res)",   "CONTINUOUSSCALING"
  77.     4:SCRIPT.FON, "Script (All res)", "CONTINUOUSSCALING"
  78.     4:MODERN.FON, "Modern (All res)", "CONTINUOUSSCALING"
  79.  
  80.